home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
VRML 2.0 Sourcebook (2nd Edition)
/
VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso
/
book
/
win
/
ch19
/
19fig26.wrl
< prev
next >
Wrap
Text File
|
1996-09-23
|
1KB
|
49 lines
#VRML V2.0 utf8
# The VRML 2.0 Sourcebook
# Copyright [1997] By
# Andrea L. Ames, David R. Nadeau, and John L. Moreland
Shape {
appearance Appearance {
material Material { }
}
geometry ElevationGrid {
xDimension 5
zDimension 5
xSpacing 1.0
zSpacing 1.0
solid FALSE
height [
0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0,
]
normalPerVertex TRUE
normal Normal {
vector [
# First row
0.0 1.0 0.0, 0.0 1.0 0.0,
0.0 1.0 0.0, 0.0 1.0 0.0,
0.0 1.0 0.0,
# Second row
0.0 1.0 0.0, -0.3 0.3 -0.3,
0.0 0.5 -0.5, 0.3 0.3 -0.3,
0.0 1.0 0.0,
# Third row
0.0 1.0 0.0, -0.5 0.5 0.0,
-0.5 0.5 0.0, 0.5 0.5 0.0,
0.0 1.0 0.0,
# Fourth row
0.0 1.0 0.0, -0.3 0.3 -0.3,
0.0 0.5 -0.5, 0.3 0.3 -0.3,
0.0 1.0 0.0,
# Fifth row
0.0 1.0 0.0, 0.0 1.0 0.0,
0.0 1.0 0.0, 0.0 1.0 0.0,
0.0 1.0 0.0,
]
}
}
}